Combines the items from five different sources into a single stream. This is different from the batch blocks which join items from several sources into one item. The items in the Combine block retain their separate identities and are not batched together.
Examples of use are: merging traffic, customers coming from two entrances to form a single line.
If you wish to keep track of the items passing through this block you can use a queue block from the Discrete Event library after this block.
Connectors
The inputs are items from other blocks.
The output is a single stream of items.
Animation
Shows when an item is available to be pulled from the Combine block.